html, body {
    position: relative;
    height: 100%;
}
body {
    background: #eee;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

#swiper-container2 .swiper-slide {
    height: auto;

}


.header{width: 100%;height: 99px;background: #fff;border-bottom: #e0e0e0 1px solid;position: relative;top: 0;left: 0;width: 100%;z-index: 9;}

.header .logo a{display: flex;align-items: center; width: 400px;height: 99px;}

.header .list_nav li{float: left;}


.indexHeader {
    position: fixed;
    border: none;
    height: auto;
    background: transparent;
}

.indexPadding {
    padding-top: 190px;
}









.header .list_nav li{position: relative; float: left;}

.header .list_nav li .one{position: relative; display: block; margin: 0 1.9vw; font-size: 17px;color: #333; line-height: 99px;}

.header .list_nav li .one::after{transition: all 0.5s; position: absolute;left: 50%;bottom: -1px;transform: translateX(-50%); width: 0;height: 2px;background: #21529c;content:" ";}





.header .list_nav li .pos{transition: all 0.5s;  position: absolute;left: 50%;top:60px;z-index: 9; margin-left: -69px; width: 138px;height: 0px;overflow: hidden;}

.header .list_nav li .bac{position: relative;padding: 7px 0; background: rgba(253,252,253,0.95);background: #fff;box-shadow: 0 0 6px rgba(0,0,0,0.1);margin: 0 6px 6px;}

.header .list_nav li .bac i{transition: all 0.5s; position: absolute;left: 50%;top: -14px;transform: translateX(-50%); width: 0px;height: 28px;background: url(../../assets/images/icon/icon_29.png) center no-repeat;}

.header .list_nav li .bac a{display: flex; margin: 0;padding-left: 25px; line-height: 49px;font-size: 16px;color: #444;text-align: center;}

.header .list_nav li .bac a em{
    display: none;
    margin: 22px 0 0 6px;
    width:12px;
    height: 7px;
    background: url(../../assets/images/icon/icon_46.png) center no-repeat;
    background-size: 100% auto;
}
.header .list_nav li .bac .two.go a em{
    display: block;
}
.header .list_nav li .bac em{color: #21529c;}
.header .list_nav li .three{
    transition: all 0.7s;
    max-height: 0;
    overflow: hidden;
}
.header .list_nav li .three a{
    padding:0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    display: block;
}




.header .list_nav p{margin-right: 21px; float: left;padding-top: 5px; font-size: 16px;color: #fefefd;line-height: 67px;}

.header .list_nav li:hover .one::after,.header .list_nav li.cur .one::after{transition: all 0.5s;width: 100%;}

.header .list_nav li:hover .pos{transition: all 0.5s; height: auto;padding-top: 32px;}

.header .list_nav li:hover .bac i{transition: all 0.5s;width: 28px;}




.header .list_nav li .two:hover a{
    color: #21529c;
}
.header .list_nav li .two:hover .three a{
    color: #444;
}
.header .list_nav li .two:hover em{
    background: url(../../assets/images/icon/icon_46s.png) center no-repeat;
    background-size: 100% auto;
}
.header .list_nav li .two.on .three{
    transition: all 0.7s;
    max-height:200px;
}
.header .list_nav li .two:hover .three a:hover{
    color: #21529d;
}





.header .search i{margin-left: 1.9vw; width: 15px;height: 99px;background: url(../images/icon/icon_24.png) center no-repeat;}



@media(max-width:1400px){

    .header .list_nav li .one{margin: 0 1.6vw;}

    .header .search i{margin-left: 1.6vw;}

}


.navHeader{
    visibility: hidden;
}
.navHeader.active {
    visibility: visible;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -300px, 0);
        transform: translate3d(0, -300px, 0);
        visibility: visible;
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
.banner{
    position: relative;
    width: 100%;
    height: 100vh;
}
.swiperList{
    width: 100%;
    height: 100%;
}
.bannerList{
    width: 100%;
    height: 100%;
}
.bannerList.swiper-slide-active .bannerTitle{
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.bannerInfo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.videos{
    object-fit: cover;
}
.bannerBg{
    width: 100%;
    height: 100vh;
    background-size: cover!important;
}
.thumbnail{
    width: 200px;
    height: 110px;
}
.thumbnailImg{
    width: 100%;
    height: 100%;
    background-size: cover!important;
}
.logoBox{
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
}
.bannerLogo{
    margin-top: 55px;
    left: calc((100% - 72.91%) / 2);
}
.bannerTitle{
    display: inline-block;
}
.titleText{
    color: #fff;
    font-weight: bold;
    font-size: 60px;.
}
.titleLine{
    display: flex;
    align-items: center;
    height: 10px;
    margin-top: 10px;
}
.lineLeft{
    width: 80%;
    background: #0b4da2;
    height: 100%;
}
.lineRight{
    width: 20%;
    height: 100%;
    background: #8ec31f;
}
.bannerBottom{
    position: absolute;
    bottom: 45px;
    width: 100%;
}
.newsInfo{
    background: #fff;
    box-sizing: border-box;
    margin-top: 20px;
    height: 100px;
    position: relative;
}
.consult{
    display: flex;
    align-items: center;
    width: 80%;
}
.newsCir{
    width: 8px;
    height: 8px;
    background: #21529d;
}
.newsText{
    margin-left: 10px;
    width: 92%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.thumbnailBox{
    /*display: flex;*/
    display: none;
    justify-content: flex-end;
}
.bannerBox {
    position: relative;
    /*height: calc(100% - 55px);*/
}
.newsBox{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.newsList{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 42%;
    margin-left: 5%;
    color: #333;
}
.newsList:nth-child(2n-1){
    margin-left: 0;
}
.downImg{
    width: 63px;
    margin: 0 auto;
    margin-top: 30px;
    animation: TopBot 1.5s ease-in-out infinite both;
}
/*上下动*/
@keyframes TopBot {
    0% {transform:translateY(-5px)}
    50% {transform:translateY(0px)}
    100% {transform:translateY(-5px)}
}
.newsTitle{
    font-size: 18px;
    position: absolute;
    left: 40px;
    top: 20px;
}
.contentTop{
    background: url("../images/index/logoBg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logoBg{
    margin-top: -30px;
}
.navInfo{
    background: #21529d;
    margin-top: -30px;
    position: relative;
}
.navMain{
    display: flex;
    align-items: center;
}
.navBox{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: calc(100% - 37px);
}
.navBox li{
    line-height: 60px;
}
.navBox li a{
    color: #fff;
    position: relative;
}
.navBox li a:after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: all 0.5s;
}
.navBox li.curr a:after, .navBox li:hover a:after{
    width: 100%;
    transition: all 0.5s;
}
.searchImg{
    margin-left: 20px;
}
.notice.active{
    visibility: visible;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.notice{
    background: #fff;
    padding: 12px;
    box-sizing: border-box;
    margin-top: 30px;
    visibility: hidden;
}
.noticeBox{
    display: flex;
    align-items: center;
}
.noticeInfo{
    margin-left: 20px;
    width: calc(100% - 112px);
}
.noticeTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.noticeTitle{
    color: #1b4e9a;
    font-size: 18px;
    font-weight: bold;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.noticeClose{
    display: flex;
    align-items: center;
    color: #0b4da2;
    font-size: 14px;
    cursor: pointer;
}
.noticeText{
    margin-top: 10px;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.closeImg{
    margin-left: 5px;
}
.swiperList.swiper-slide-active .newsCenter{
    visibility: visible;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.swiperList.swiper-slide-active .transverse{
    visibility: visible;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.newsCenter{
    margin-top: 60px;
    visibility: hidden;
}
.newsCenter.active{
    margin-top: 95px;
}
.title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.titleLeft{
    display: flex;
    align-items: center;
    font-size: 30px;
}
.titleLeft i{
    color: #0b4da2;
    font-weight: bold;
}
.titleLeft em{
    color: #333;
    font-weight: bold;
}
.titleRight{
    display: flex;
    align-items: center;
}
.titleDynamic{
    font-size: 18px;
    color: #666666;
    margin-left: 30px;
    line-height: 45px;
}
.partyBuild .titleDynamic{
    margin-left: 80px;
}
.titleDynamic:first-child{
    margin-left: 0;
}
.titleDynamic.curr, .titleDynamic:hover{
    color: #1b4e9a;
    position: relative;
}
.titleDynamic.curr:after, .titleDynamic:hover:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #1b4e9a;
    box-sizing: border-box;
    transition: all 0.5s;
}
.newsCenterContent{
    margin-top: 40px;
    align-items: center;
    display: none;
    visibility: hidden;
}
.newsCenterContent.active{
    margin-top: 60px;
}
.newsCenterContent.curr{
    display: flex;
    visibility: visible;
    animation-delay: 0.2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}
.newsCenterContent .swiper-button-next{
    width: 40px;
    height: 70px;
    background: url("../images/index/newsRight.png") center center no-repeat;
    right: 0;
    margin-top: 0;
    transform: translateY(-50%);
}
.newsCenterContent .swiper-button-prev{
    width: 40px;
    height: 70px;
    background: url("../images/index/newsLeft.png") center center no-repeat;
    left: 0;
    margin-top: 0;
    transform: translateY(-50%);
}
/*.newsCenterContent .swiper-button-next:hover{*/
/*    background: url("../images/index/newsRights.png") center center no-repeat;*/
/*}*/
/*.newsCenterContent .swiper-button-prev:hover{*/
/*    background: url("../images/index/newsLefts.png") center center no-repeat;*/
/*}*/
.newsCenterContent .swiper-button-next:after, .newsCenterContent .swiper-button-prev:after{
    display: none;
}
.centerLeft{
    width: 50%;
    height: 393px;
    overflow: hidden;
}
.centerLeft img{
    height: 100%;
}
.centerRight{
    width: calc(50% - 30px);
    margin-left: 30px;
    height: 393px;
}
.newsCenterList{
    height: 98.5px!important;
    padding: 15px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: pointer;
}
.newsCenterList.swiper-slide-thumb-active{
    background: #fff;
    border-bottom: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-top: -1px;
}
.newsFlash {
    margin-left: 20px;
    width: calc(100% - 90px);
}
.flashText{
    margin-top: 8px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsDay{
    font-size: 30px;
}
.newsDate{
    color: #666;
    width: 70px;
}
.flashTitle{
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.newsCenterList.swiper-slide-thumb-active .newsDay, .newsCenterList.swiper-slide-thumb-active .newsYear, .newsCenterList.swiper-slide-thumb-active .flashTitle{
    color: #21529d;
}
.newsCenterList.swiper-slide-thumb-active:after{
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 17px;
    background: url("../images/index/triangle.png") no-repeat;
    background-size: cover;
}
.group{
    margin-top: 60px;
}
.group.active{
    margin-top: 115px;
}
.plateBox{
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.plate{
    width: calc((100% - 72.91%) / 2);
    height: 90px;
    display: flex;
    align-items: center;
    background: #fff;
}
.plateInfo{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.plateMain{
    display: flex;
    justify-content: flex-end;
}
.plateList{
    line-height: 90px;
    width: calc(100% / 6);
    font-size: 22px;
    font-weight: bold;
    position: relative;
    background: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
    color: #333;
}
.plateList:after {
    content: '';
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    width: 15%;
    height: 1px;
    background: #d3d3d3;
}
.plateList.curr{
    transition: all 0.5s;
    background: #0b4da2 url("../images/index/projectBg.png") 120% center no-repeat;
    padding-left: 20px;
    color: #fff;
    box-sizing: border-box;
}
.plateList.curr:after{
    display: none;
}
.plantBg{
    background-size: cover!important;
    width: 100%;
    margin-top: -30px;
    padding-bottom: 75px;
}
.groupCont{
    margin-top: -30px;
}

.fashionMain {
    padding-top: 90px;
    display: none;
    visibility: hidden;
}
.fashionMain.curr{
    display: flex;
    visibility: visible;
    animation-delay: 0.2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.fashionList {
    width: 220px;
    height: 540px;
    border-right: 1px solid #fff;
    overflow: hidden;
    transition: width 0.2s;
}
.fashionList:last-child{
    border-right: none;
}

.fashionList > div {
    position: relative;
    height: 100%;
    min-width: 450px;
}

.fashionList.curr {
    width: calc(100% - 660px)
}

.fashionCont {
    width: 500px;
    padding: 0 10%;
}
.fashionBox{
    overflow: hidden;
}

.fashionList .fashionFold {

    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 190px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
}

.fashionList.curr .fashionFold {
    z-index: -1;
    opacity: 0;

}

.fashionList.curr .fashionOpen {


}

.fashionList .fashionOpen {
    transition: all 0.5s;
    display: flex;
    align-items: center;
    color: #fff;
    width: 100%;
    height: 100%;
}


.fashionTitle {
    font-size: 24px;
}
.fashionPlan{
    display: flex;
    align-items: baseline;
    margin-top: -50px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.fashionEn {
    font-size: 16px;
    opacity: 0.6;
    font-variant: small-caps;
    margin-left: 10px;
}

.fashionText {
    margin-top: 30px;
    line-height: 30px;
    font-size: 14px;
}
.fashionNum{
    font-size: 93px;
    color: #3461aa;
    font-weight: bold;
    margin-left: -25px;
}
.fashionLink {
    width: 215px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-top: 70px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: #fff;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.seeFash {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.mappImg{
    width: 33px;
    margin: 0 auto;
}
.business{
    margin-top: 10px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.business:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: #fff;
}
.businessNum{
    font-size: 60px;
    font-weight: bold;
    color: rgba(255,255,255,0.2);
    margin-top: 20px;
    padding-bottom: 70px;
}
.inspection{
    width: 100%;
    height: 485px;
    background-size: cover!important;
}
.inspectionBox{
    padding-top: 55px;
}
.inspectInfo{
    align-items: center;
    margin-top: 50px;
    display: none;
    visibility: hidden;
}
.inspectInfo.curr{
    display: flex;
    visibility: visible;
    animation-delay: 0.2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.inspectList{
    width: calc((100% - 40px) / 3);
    margin-left: 20px;
    height: 260px;
}
.inspectList:first-child{
    margin-left: 0;
}
.themeInfo{
    overflow: hidden;
    height: 100% !important;
}
.themeInfo:hover .theme{
    transform: scale(1.1);
    transition: all 0.5s;
}
.theme{
    height: 100%;
    background-size: cover!important;
    position: relative;
    transition: all 0.5s;
    transform: scale(1);
    background-position: center!important;
}
.themeTitle{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 90px;
    padding: 0 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    color: #fff;
    box-sizing: border-box;
    background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
}
.inspectRight{
    margin-left: 15px;
    width: calc(50% - 15px);
}
.insInfoImg{
    overflow: hidden;
    height: 100%;
}
.insInfoImg:hover .insRiImg{
    transform: scale(1.1);
    transition: all 0.5s;
}
.insRiImg{
    height: 100%;
    background-size: cover!important;
    transform: scale(1);
    transition: all 0.5s;
}
.insBtn{
    width: 100%;
    height: 100%;
}
.btnListTitle{
    font-size: 16px;
    color: #333;
    width: calc(100% - 80px);
}
.btnListYear{
    font-size: 14px;
}
.insBtnList{
    background: #fff;
    padding: 10.5px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 10px rgb(0,0,0,0.1);
    height: 80px!important;
}
.insBtnList:first-child{
    margin-top: 0;
}
.insBtnList.swiper-slide-thumb-active:after{
    content: '';
    position: absolute;
    left: -10px;
    width: 12px;
    height: 14px;
    background: url("../images/index/insArr.png") center no-repeat;
    background-size: cover;
}
.insBtnList.swiper-slide-thumb-active{
    background: #b70712;
}
.insBtnList.swiper-slide-thumb-active .btnListDate, .insBtnList.swiper-slide-thumb-active .btnListTitle {
    color: #fff;
}
.inspectSwiper .swiper-pagination, .inspectSwiper1 .swiper-pagination, .inspectSwiper2 .swiper-pagination, .inspectSwiper3 .swiper-pagination{
    width: calc(50% - 25px);
    text-align: right;
    right: 25px;
    bottom: 20px;
    left: unset;
    position: absolute!important;
    display: flex!important;
    justify-content: flex-end!important;
}
.inspectList .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.inspectList .swiper-pagination-bullet-active{
    width: 18px;
    background: #b70712;
    border-radius: 50px;
}

.newsCenterContent .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.newsCenterContent .swiper-pagination-bullet-active{
    width: 18px;
    background: #0b4da2;
    border-radius: 50px;
}
.btnListDate{
    font-size: 16px;
    color: #666666;
    width: 60px;
}
.btnListMonth{
    font-size: 30px;
    font-weight: bold;
}
.btnListText{
    margin-top: 10px;
    color: #666666;
}


.ind10 .tab_title{position: relative;}
.ind10{
    position: relative;
    height: 110px;
    background: #fff;
}
.ind10.curr .tab_next{
    height: 425px;
}
.ind10 .tab_title .bac div{width: calc(50% - 1px);height: 110px;background: #2a78dd;}



.ind10 .tab_title .text a {padding: 20px 0 0;width: 50%; min-width: 600px;}

.ind10 .tab_title .text a p{transition: all 0.5s; position: relative;padding-top: 26px; width: 89.57%;font-size: 20px;color: #fff; }

.ind10 .tab_title .text a p::after{transition: all 0.5s;position: absolute;right: 0;top:50%;width: 28px;height: 14px;background: url(../images/icon/icon_41.png) right center no-repeat;content: " ";}





.ind10 .tab_title .text div a p::before{position: absolute;left:-6px;top:0;font-size: 33px;color: #fff;font-weight: bold;font-family: Arial; opacity: 0.14; content: "INVESTMENT ENTERPRISES";}

.ind10 .tab_title .text div:last-child a p::before{content: "COOPERATIVE ORGANIZATION";}



.ind10 .tab_title .bac div:hover,.ind10 .tab_title .bac div.cur{background: #0b4da2;}

.ind10 .tab_title .text div.cur a p::after{transition: all 0.5s;transform: rotate(180deg); }





.ind10 .tab_title_box{padding: 52px 0 30px;}

.ind10 .tab_title_box a{margin: 0 60px 0 6px;line-height: 42px;cursor: pointer;}

.ind10 .tab_title_box p{font-size: 18px;color: #666;}

.ind10 .tab_title_box i{transition: all 0.5s;margin: 0 auto;width: 0px; height: 1px;background: #0b4da2;}



.ind10 .tab_title_box a.cur p,.ind10 .tab_title_box a:hover p{color: #0b4da2;}

.ind10 .tab_title_box a.cur i,.ind10 .tab_title_box a:hover i{transition: all 0.5s;width:100%;}



.ind10 .tab_next {
    transition: all 0.8s;
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    background: #fff;
    z-index: 10;
    overflow: hidden;
}
.ind10 .tab_next .next{
    height: 0;
    overflow: hidden;
}
.ind10 .tab_next .next.curr{
    height: 425px;
}


.ind10 .tab_next_box{position: relative;height: 300px;}



.ind10 .tab_next_box .swiper-slide{padding-bottom: 76px;}

.ind10 .tab_next_box a{transition: all 0.5s; float: left;display: flex;justify-content: center;align-items: center; margin-right: calc((5.72% - 8px)/3);margin-bottom: 20px;padding:0 10px; width:calc( 23.57% - 20px);height: 90px; line-height: 26px;font-size: 16px;color: #333;text-align: center; border:#dfe0e1 1px solid;background:#fafafa url(../images/index/ind10_3.png) bottom center no-repeat;}

.ind10 .tab_next_box a:nth-child(4n){margin-right: 0;}



.ind10 .tab_next_box a:hover{transition: all 0.5s;color: #fff; background:#0b4da2 url(../images/index/ind10_3.png) bottom center no-repeat;}


.ind11 {
    padding: 65px 0 70px;
    background: #fff;
}
.ind11.active{
    padding-top: 120px;
}
.ind11 .title{

}

.ind11 .swiper-container {

    width: 100%;



    margin-left: auto;

    margin-right: auto;

}

.ind11 .next .left{position: relative;margin-top: 55px; width: 100%;}

.ind11 .left .sha_tra {

    position: absolute;

    width: 100%;

    height: 100%;

    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);

    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);

    background: -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(0.25, rgba(255, 255, 255, 0)), color-stop(0.75, rgba(228, 233, 237, 0)), color-stop(1, rgba(228, 233, 237, 1)));

    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);

    z-index: 3;

    top: 0;

    left: 0;

    pointer-events: none;

}

.ind11 .left .gallery-top .swiper-slide{opacity: 0.6;}

.ind11 .left .gallery-top .swiper-slide .pic{display: flex;justify-content: right;align-items: center;margin-bottom: 12px; height: 200px;}

.ind11 .left .gallery-top .swiper-slide .pic img{transition: all 0.5s; max-width: 94%;max-height: 100%;margin: 0 auto;width:auto;transform: scale(0.82);}

.ind11 .left .gallery-top .swiper-slide  p{transition: all 0.5s; margin-top: 20px;width: 100%; font-size: 16px;color: #333;text-align: center;opacity: 1;}



.ind11 .left .gallery-top .swiper-slide-next .pic{justify-content: left;}



.ind11 .left .gallery-top .swiper-slide-active{opacity: 1;}

.ind11 .left .gallery-top .swiper-slide-active .pic{justify-content: center;}

.ind11 .left .gallery-top .swiper-slide-active .pic img{transition: all 0.5s;transform: scale(1);}

.ind11 .left .gallery-top .swiper-slide-active p{transition: all 0.5s;opacity: 1;}

.ind11 .right{position: relative; width: 30.7%;display: none}

.ind11 .right .over{height: 367px;overflow: hidden;}









.ind11 .right .gallery-thumbs {

    margin-top: -40px;

    height:370px;

    box-sizing: border-box;

}

.ind11 .right .gallery-thumbs .swiper-wrapper{font-size: 0;}

.ind11 .right .gallery-thumbs .swiper-slide {transition: all 0.5s; opacity: 1;margin: 8px 0; width:100%;height:66px;line-height: 66px;font-size: 18px;color: #333;font-weight: bold;text-align: center;cursor: pointer;}

.ind11 .right .gallery-thumbs .swiper-slide-active {transition: all 0.5s;color: #fff; background: #0b4da2;}

.ind11 .right .swiper-button-next.swiper-button-white{left: 50%;top:initial;bottom: 0; margin: 0 0 0 -9px;width: 18px;height: 10px;background: url(../images/icon/icon_46.png) center no-repeat;}

.ind11 .right  .swiper-button-prev.swiper-button-white{left: 50%;top:0; margin: 0 0 0 -9px;width:18px;height: 10px;background:#fff url(../images/icon/icon_45.png) top center no-repeat;}



.ind11 .right::after{position: absolute;left: 0;top: 0;z-index: 8;width: 100%;height: 30px;background: #fff;content: " ";}







.ind10 .tab_next .swiper-pagination{display: flex; align-items: center;justify-content: center;bottom: 36px;text-align: left;position: absolute;}

.ind10 .tab_next .swiper-pagination-bullet{transition: all 0.5s;position: relative; margin: 0 7px;padding-right: 0px; width: auto;height: auto;font-size: 16px;color: #666;font-family: Arial; background: none;border: initial;opacity: 1;}

.ind10 .tab_next .swiper-pagination-bullet::after{transition: all 0.5s;position: absolute;left:29px;top: 9px;width:0px;height: 1px;background: #0b4da2;content: " ";}

.ind10 .tab_next .swiper-pagination-bullet-active{transition: all 0.5s;padding-right: 38px;color: #0b4da2;}

.ind10 .tab_next .swiper-pagination-bullet-active::after{transition: all 0.5s;width: 26px;}

.ind10 .tab_next .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active::after{display: none;}








.ind10 .next_box.vis .swiper-container{transition: all 0.6s;margin-top: 300px;}

.ind10 .next_box.vis_block_box{visibility: visible;z-index: 3;}

.ind10 .next_box.vis_block_box .swiper-container{transition: all 0.6s;margin-top: 0;}



.ind10 .next.two .bor{padding: 70px 0 90px;min-height: 253px;}

.ind10 .next.two a{position: relative; float: left;width: calc(20% - 1px); border-top: #ededed 1px dashed;border-left: #ededed 1px dashed;}

.ind10 .next.two a::after{position: absolute;right: -8px;top: -9px;z-index: 2; width: 18px;height: 18px;background: url(../images/icon/icon_43.png) center no-repeat;content: " ";}

.ind10 .next.two a div{display: flex;align-items: center;justify-content: center; height: 129px;}

.ind10 .next.two a div img{max-width: 100%;max-height: 100%;}

.ind10 .next.two a:hover div img{transition: all 0.5s;transform: rotateX(360deg);}


.ind10 .next.two a:nth-child(1){border-left: none;}

.ind10 .next.two a:nth-child(6){border-bottom: #ededed 1px dashed;}

.ind10 .next.two a:nth-child(7){border-bottom: #ededed 1px dashed;}

.ind10 .next.two a:nth-child(8){border-bottom: #ededed 1px dashed;}

.ind10 .next.two a:nth-child(9){border-bottom: #ededed 1px dashed;}

.ind10 .next.two a:nth-child(10){border-bottom: #ededed 1px dashed;}



.ind10 .next.two a:nth-child(5)::after{display: none;}

.ind10 .next.two a:nth-child(10)::after{display: none;}





.ind10 .next.two a:nth-child(6)::before{position: absolute;right: -8px;bottom: -9px;z-index: 2;width: 18px;height: 18px;background: url(../images/icon/icon_43.png) center no-repeat;content: " ";}

.ind10 .next.two a:nth-child(7)::before{position: absolute;right: -8px;bottom: -9px;z-index: 2;width: 18px;height: 18px;background: url(../images/icon/icon_43.png) center no-repeat;content: " ";}

.ind10 .next.two a:nth-child(8)::before{position: absolute;right: -8px;bottom: -9px;z-index: 2;width: 18px;height: 18px;background: url(../images/icon/icon_43.png) center no-repeat;content: " ";}

.ind10 .next.two a:nth-child(9)::before{position: absolute;right: -8px;bottom: -9px;z-index: 2;width: 18px;height: 18px;background: url(../images/icon/icon_43.png) center no-repeat;content: " ";}
.fullBanner{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.swiperArrow{
    position: unset;
    bottom: 371px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}
/*.swiperArrow .swiper-button-next{
    position: unset;
    background: url("../images/index/next.png") no-repeat;
    width: 61px;
    height: 14px;
    background-size: cover;
    opacity: 1;
    margin-top: 0;
    float: right;
}
.swiperArrow .swiper-button-next:after{
    display: none;
}*/
.swiperArrow .swiper-button-prev:after, .swiperArrow .swiper-button-next:after{
    display: none;
}
.swiperArrow .swiper-button-prev{
    width: 52px;
    height: 52px;
    background: url("../images/index/bannerLeft.png") no-repeat;
    background-size: 100% 100%;
    left: 5%;
}
.swiperArrow .swiper-button-prev:hover{
    background: url("../images/index/bannerLefts.png") no-repeat;
    background-size: 100% 100%;
}
.swiperArrow .swiper-button-next{
    width: 52px;
    height: 52px;
    background: url("../images/index/bannerRight.png") no-repeat;
    background-size: 100% 100%;
    right: 5%;
}
.swiperArrow .swiper-button-next:hover{
    background: url("../images/index/bannerRights.png") no-repeat;
    background-size: 100% 100%;
}
.newsInfoSwiper{
    padding-left: 40px;
    height: 100%;
    width: auto;
}
.newsPage{
    width: 45px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.newsPage .swiper-button-prev{
    background: #0b4da2 url("../images/index/arrowLeft.png") center center no-repeat;
}
.newsPage .swiper-button-next{
    background: #8ec31f url("../images/index/arrowRight.png") center center no-repeat;
}
.newsPage .swiper-button-prev, .newsPage .swiper-button-next{
    position: unset;
    height: 50px;
    width: 100%;
    margin-top: 0;
}
.newsPage .swiper-button-prev:after, .newsPage .swiper-button-next:after{
    display: none;
}
.newsPage .swiper-button-next.swiper-button-disabled, .newsPage .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.swiperPageNum{
    position: absolute;
    bottom: 70px;
    z-index: 10;
    width: 100%;
}
.banner .swiper-pagination {
    position: unset;
    display: flex;
    color: #fff;
    align-items: baseline;
    justify-content: flex-end;
    font-size: 18px;
}
.banner .swiper-pagination-current{
    font-size: 30px;
}
.ind_more{position: relative;z-index: 9;margin-top:18px;}

.ind_more i{transition: all 0.5s;float: left;margin-top: 8px; height: 1px;background: #333;}

.ind_more p{float: left; padding: 0 12px; font-size: 16px;color: #333;font-family: "Arial";}

.ind_more .i1{width: 0px;}

.ind_more .i2{width: 60px;}



.ind_more:hover .i1{transition: all 0.5s; width: 28px;}

.ind_more:hover .i2{transition: all 0.5s; width: 28px;}


/*.gallery-thumbs .swiper-slide-thumb-active{
    opacity: 0 !important;
}
.gallery-thumbs .swiper-slide-next{
    opacity: 1 !important;
}*/
.thumbnail .gallery-thumbs{
    width: 100%;
    height: 100%;
}
.newsSwiper .swiper-pagination, .companySwiper .swiper-pagination{
    width: calc(50% - 40px);
    text-align: right;
    right: 40px;
    bottom: 20px;
    left: unset;
    position: absolute;
    display: flex;
    justify-content: flex-end;
}
.newsSwiper, .companySwiper{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.newsCenterContent .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.newsCenterContent .swiper-pagination-bullet-active{
    width: 18px;
    background: #0b4da2;
    border-radius: 50px;
}
.picOver{
    overflow: hidden;
    transform: scale(1);
    width: 100%!important;
}
.picOver:hover .newsPic{
    transform: scale(1.1);
    transition: all 0.5s;
}
.newsPic{
    width: 100%!important;
    height: 393px;
    background-size: cover!important;
    transition: all 0.5s;
    background-position: center!important;
}
.serBg{
    height: 546px;
    background-size: cover!important;
    width: calc((100% - 20px) / 3);
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.serText2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    transition-duration: 0.5s;
    opacity: 0;
}
.serBg .serText2In {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.serBg .serText2 h6 {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    padding-bottom: 4px;
    margin-bottom: 10px;
    text-align: center;
}
.serBg .serText2 p {
    font-size: 16px;
    color: #333333;
    padding-bottom: 20px;
    text-align: center;
}
.serBg .serText2 span {
    width: 40px;
    height: 2px;
    background-color: #21529c;
    display: block;
    margin-top: 8px;
    margin: 0 auto;
}
.serInfoShow:hover .serText2{
    opacity: 1;
}
.serInfoShow:hover .serTextIn{
    display: none;
}
.serBox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.serSamllBg{
    width: 100%;
    height: calc((100% - 10px) / 2);
    margin-top: 10px;
    position: relative;
}
.serSamllBg:first-child{
    margin-top: 0;
}
.serTextIn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));
    padding: 25px 30px;
    box-sizing: border-box;
}
.serTitle{
    color: #fff;
    font-size: 18px;
}
.serText{
    color: #fff;
    margin-top: 10px;
}
.projectShow {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.projectShow .swiper-button-next{
    background: #8ec31f url(../images/index/arrowRight.png) center center no-repeat;
}
.projectShow .swiper-button-prev{
    background: #0b4da2 url(../images/index/arrowLeft.png) center center no-repeat;
}
.projectShow .swiper-button-next, .projectShow .swiper-button-prev{
    position: unset;
    margin-top: 0;
    width: 45px;
    height: 50px;
    opacity: 1;
}
.projectShow .swiper-button-next:after, .projectShow .swiper-button-prev:after{
    display: none;
}
.projectPage{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
}
.industryList:hover .industryImg{
    transform: scale(1.1);
    transition: all 0.5s;
}
.industryBoxImg{
    width: calc(55% - 20px);
    height: 200px;
    overflow: hidden;
}
.industryImg{
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
    background-size: cover!important;
}
.industryInfo{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -20px;
}
.industryList{
    display: flex;
    width: calc((100% - 20px) / 2);
    background: #fff;
    padding: 25px;
    box-sizing: border-box;
    margin-top: 20px;
}
.industryList:hover .industryTitle, .industryList:hover .dustTitle{
    color: #0b4da2;
}
.industryCont{
    margin-left: 20px;
    width: 45%;
    position: relative;
}
.industryTitle{
    line-height: 30px;
    font-size: 18px;
    color: #333;
}
.industryDate{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #0b4da2;
    font-size: 18px;
}
.dustDate{
    font-size: 18px;
    color: #0b4da2;
    line-height: 30px;
    width: 60px;
}
.dustInfo{
    margin-left: 20px;
    width: calc(100% - 80px);
}
.dustTitle{
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.dustText{
    color: #999;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.policyInter{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.policyList{
    padding: 25px 45px;
    box-sizing: border-box;
    background: #fff;
    width: calc((100% - 20px) / 2);
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.policyList:hover .policyTtitle{
    color: #0b4da2;
}
.policyImg{
    width: 100px;
}
.policyCont{
    margin-left: 30px;
}
.policyTtitle{
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    color: #333;
}
.policyDate{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.policyTime{
    margin-left: 10px;
    color: #999999;
}
.policyText{
    margin-top: 10px;
    color: #666666;
    line-height: 25px;
}
.policySwiper{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.policySwiper .swiper-pagination{display: flex; align-items: center;justify-content: center;bottom: 0;text-align: left;position: absolute;}

.policySwiper .swiper-pagination-bullet{transition: all 0.5s;position: relative; margin: 0 7px;padding-right: 0px; width: auto;height: auto;font-size: 16px;color: #666;font-family: Arial; background: none;border: initial;opacity: 1;}

.policySwiper .swiper-pagination-bullet::after{transition: all 0.5s;position: absolute;left:29px;top: 9px;width:0px;height: 1px;background: #0b4da2;content: " ";}

.policySwiper .swiper-pagination-bullet-active{transition: all 0.5s;padding-right: 38px;color: #0b4da2;}

.policySwiper .swiper-pagination-bullet-active::after{transition: all 0.5s;width: 26px;}

.policySwiper .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active::after{display: none;}
.inspectSwiper, .inspectSwiper1, .inspectSwiper2, .inspectSwiper3 {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.inspectInfo .swiper-button-next{
    width: 30px;
    height: 53px;
    background: url("../images/index/insRight.png") center center no-repeat;
    right: 0;
    margin-top: 0;
    transform: translateY(-50%);
}
.inspectInfo .swiper-button-prev{
    width: 30px;
    height: 53px;
    background: url("../images/index/insLeft.png") center center no-repeat;
    left: 0;
    margin-top: 0;
    transform: translateY(-50%);
}
/*.inspectInfo .swiper-button-next:hover{*/
/*    background: url("../images/index/insRights.png") center center no-repeat;*/
/*}*/
/*.inspectInfo .swiper-button-prev:hover{*/
/*    background: url("../images/index/insLefts.png") center center no-repeat;*/
/*}*/
.inspectInfo .swiper-button-next:after, .inspectInfo .swiper-button-prev:after{
    display: none;
}

.suspension{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #21529d;
    width: 110px;
    border-radius: 0 0 10px 10px;
    transition: all 0.5s;
    z-index: 10;
    display: none;
}
.suspension.active{
    transition: all 0.5s;
    display: block;
}
.suspension .sus{
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.suspension .sus:first-child{
    margin-top: 15px;
}
.suspension .sus:last-child{
    padding-bottom: 10px;
    border-radius: 0 0 10px 10px;
}
.suspension .sus em{
    position: relative;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.suspension .sus em:after{
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.suspension .sus:hover em:after{
    width: 20px;
    transition: all 0.3s;
}
.sus5{
    background: #8ec31f;
}
.sus5 em{
    padding-bottom: 0!important;
}
.sus5 em:after{
    display: none;
}
.sus5 i{
    background: url("../images/index/back.png") no-repeat;
    width: 17px;
    height: 17px;
    margin-right: 8px;
}
.logoRight{
    width: 84px;
    height: 84px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -42px;
}

.leftPos{
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    display: flex;
    transition: all 0.5s;
}
.leftPos.active{
    opacity: 1;
    transition: all 0.5s;
    z-index: 10;
}
.bayImg{
    width: 150px;
}
.bayImg img{
    width: 100%;
}
.bayClose {
    cursor: pointer;
    position: absolute;
    right: 0;
    background: #fff;
    height: 24px;
}


.swiperNext {
    right: 0;
    width: 30px;
    height: 53px;
}
.swiperPrev{
    left: 0;
    width: 30px;
    height: 53px;
}
.newsSwiperNext{
    right: 0;
    width: 40px;
    height: 70px;
}
.newsSwiperPrev{
    left: 0;
    width: 40px;
    height: 70px;
}
.pubButton{
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}


/*留言弹窗*/
.message_team{display: none; position: fixed;left: 50%;top: 50%;z-index: 30; transform: translate(-50%,-50%);padding:40px 48px 50px;width: 680px; background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.message_team .title{margin-bottom: 30px;padding: 0; text-align: center;font-size: 24px;color: #0b4da2;font-weight: bold;}
.message_team .list li{margin:0 40px 18px 0;width: 200px; border-bottom: #b8b8b9 1px solid;}
.message_team .list li:nth-child(3n){margin-right: 0;}
.message_team .list li.other{margin-right:0;width: 100%;}
.message_team .list .tit{margin-bottom: 4px; font-size: 14px;color: #666;}
.message_team .list .tit p{float: left;}
.message_team .list .tit i{float: left;color: #ec0202;}

.message_team .list .antistop{position: relative;width: 100%; cursor: pointer;}
.message_team .list .antistop p{width:178px;height: 33px;line-height: 33px;font-size: 14px;color: #666; background: url(../../assets/images/zimages/icon_5.png) right center no-repeat;cursor: pointer;}
.message_team .list .antistop p.cur{ background: url(../../assets/images/zimages/icon_5.png) right center no-repeat;}
.message_team .list .antistop .pos{display: none; position: absolute;left: 0px;top: 34px;z-index: 2; width:calc(100% - 2px);max-height: 370px;overflow-y: auto; background: #fff;border: #e7e6e6 1px solid;border-top: none;}
.message_team .list .antistop .pos em{  line-height: 39px; font-size: 14px;color: #333;text-align: center; border-bottom: #f1efef; cursor: pointer;}
.message_team .list .antistop .pos em:hover{color: #0b4da2; background: #eef0f2;}

.message_team .list .inp{width: 100%;}
.message_team .list .inp input{width: 100%;height: 33px;line-height: 33px;font-size: 14px;color: #666;}
.message_team .list .inp textarea{width: 100%;height: 100px;border: none;}
.message_team .verify{line-height: 50px; font-size: 16px;color: #868585;}
.message_team .verify p{float: left;margin-right: 10px;}
.message_team .verify input{float: left;margin-right: 20px;padding: 0 10px; width: 172px;height: 50px;line-height: 50px;background: #eef0f2;}
.message_team .verify img{margin-right: 20px; float: left;width: 150px;}
.message_team .verify em{float: left;font-size: 16px;color: #0b4da2; cursor: pointer;}
.message_team .but{display: block;margin: 30px auto 0;width: 208px;height: 50px;line-height: 50px;font-size: 18px;color: #fff;background: #0b4da2;border: none;cursor: pointer;}
.message_team .delete{position: absolute;right:-54px;top: 0;width: 38px;height: 38px;background: url(../../assets/images/zimages/icon_16.png) right center no-repeat;cursor: pointer;}

.message_team_bac{display: none; position: fixed;left: 0;top: 0;z-index: 28; width: 100%;height: 100%;background: #000;opacity: 0.6;}


.transverse{margin-top: 50px;position:relative;visibility: hidden;}
.transverseImg{width: 100%;}
.transverseClose{position: absolute;top:10px;right:10px;cursor:pointer;}